projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f759c8
)
(Fround): Fix a typo.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 8 Feb 2002 13:03:27 +0000
(13:03 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 8 Feb 2002 13:03:27 +0000
(13:03 +0000)
src/floatfns.c
patch
|
blob
|
history
diff --git
a/src/floatfns.c
b/src/floatfns.c
index 708dfab547a794187a4b248b1b4ab9dae829fafc..fabbffb44087a6d317984b2db1aa8b03a6910f8b 100644
(file)
--- a/
src/floatfns.c
+++ b/
src/floatfns.c
@@
-864,7
+864,7
@@
With optional DIVISOR, return the nearest integer to ARG/DIVISOR.
Rounding a value equidistant between two integers may choose the
integer closer to zero, or it may prefer an even integer, depending on
your machine. For example, \(round 2.5\) can return 3 on some
-systems, but
3
on others. */)
+systems, but
2
on others. */)
(arg, divisor)
Lisp_Object arg, divisor;
{